home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / MatrixScroller.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  146 b   |  8 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface Matrix(MatrixScroller) 
  4.  
  5. - scrollCellToVisible:(int)pos upperOffset:(float)up lowerOffset:(float)low;
  6.  
  7. @end
  8.